-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] support mim #717
Conversation
xiexinch
commented
Jul 22, 2021
- add MIM introduction in README
- modify setup.py to support mim as mmseg entry point
Codecov Report
@@ Coverage Diff @@
## master #717 +/- ##
=======================================
Coverage 85.28% 85.28%
=======================================
Files 107 107
Lines 5817 5817
Branches 952 952
=======================================
Hits 4961 4961
Misses 673 673
Partials 183 183
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
MANIFEST.in
Outdated
include mmseg/.mim/model-index.yml | ||
recursive-include mmseg/.mim/configs *.py *.yml | ||
recursive-include mmseg/.mim/tools *.py *.sh | ||
recursive-include mmseg/.mim/demo *.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should be removed
setup.py
Outdated
else: | ||
return | ||
|
||
filenames = ['tools', 'configs', 'demo', 'model-index.yml'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
filenames = ['tools', 'configs', 'demo', 'model-index.yml'] | |
filenames = ['tools', 'configs', 'model-index.yml'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* support mim * remove mim demo
* Avoid negative strides for tensors * Changed not to make torch.tensor * Removed a needless copy
This reverts commit 4645840.
* resolve comments * update changelog * cn doc for demo * refine * refine * refine * refine * refine * refine